| ![]() |
Prior to connecting to your server using Microsoft Web Folders Client or Web Folder Behaviors we recommend installing on a client computer latest Software Update for Web Folders. Please note that:
We recommend using File->Open menu only if your server is mapped to the non-default port. If your server is mapped to default HTTP port 80 use Add Network Places Wizard instead or Map Network Drive.
To connect to WebDAV server in the Open dialog specify the root of your WebDAV Server and check Open as Web Folder.
To add your WebDAV Server to Network Places:
On Windows Vista: In Windows Explorer right click on a Computer icon and select Add Network Location menu.
On Windows XP and Windows Server 2003: Open My Network Places in Windows Explorer. Click Add a Network Place.
In the Internet or network address field specify the root of your WebDAV Server. Even if you are connecting to a default port 80 specify port in the address string: http://name:80/storage/.
If you do not specify port Web Folders may fail to connect or will appear as a connection to the local network computer or shared folder on a network.
httpFolder and anchorClick behaviors shipped with Microsoft Internet Explorer provides the way opening WebDAV from the HTML page:
<HTML>
<HEAD>
<script language="jscript">
function onload()
{
var res = oWebFolder.navigate('http://domain:8080/');
}
</script>
</HEAD>
<BODY onload="onload()">
<SPAN ID="oWebFolder" style="BEHAVIOR:url(#default#httpFolder)">
Failed to open Web Folders.
</SPAN>
</BODY>
</HTML>
Using httpFolder or anchorClick behaviors eliminates the need of creating new Network Place on each client machine. The new Network Place is created automatically and added to My Network Places when user clicks on a link or button on a webpage. Then browser automatically opens your WebDAV Server folders view.
Find more about Web Folder Behaviors at Microsoft website.
See Also: